home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / mklcvfs / mkfs.bat < prev   
Encoding:
DOS Batch File  |  2004-03-29  |  418 b   |  25 lines

  1. echo off
  2.  
  3. echo Creating 1Gb file to your C:\ filesystem
  4. echo Press Ctrl+C to cancel, or any key to confirm
  5. pause
  6.  
  7.  
  8. copy gzip.exe c:\
  9. copy linuxfs.gz c:\
  10. c:
  11. cd c:\
  12.  
  13. mkdir linuxconsole
  14. move gzip.exe linuxconsole
  15. move linuxfs.gz linuxconsole
  16.  
  17. echo Decompressing file ... Wait 2 minutes
  18.  
  19. cd linuxconsole
  20. gzip.exe -d linuxfs.gz
  21.  
  22. echo Operation finished
  23. echo Press any key to close this window
  24. pause
  25.